IAxis.WriteCustomOutput2 method

Writes a value into the second custom output variable you added in IntervalZeroDevices database or UserDevices database, in which you can use KINGSTAR ESI Import Tool to add two custom output variables.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
void WriteCustomOutput2(
       uint value
)
Sub WriteCustomOutput2(
       value As UInteger
)

Parameters

value

Type: uint

The value to be written into the second custom output variable.

Usable EtherCAT states

ecatOP

See also

IAxis Interface

IntervalZero.KINGSTAR.Base.Class Namespace